Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / Substract Method

In This Topic
    Substract Method
    In This Topic
    Returns the result of subtracting a range to the current one. This could lead to a split range in case the one that is being subtracted is contained in the current one.
    Syntax
    'Declaration
     
    
    Public Function Substract( _
       ByVal value As Range(Of T), _
       ByVal incrementor As Func(Of T,T), _
       ByVal decrementor As Func(Of T,T) _
    ) As IEnumerable(Of Range(Of T))

    Parameters

    value
    incrementor
    decrementor
    See Also